home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / macify13.shr / macify.hqx / READ ME < prev   
Text File  |  1991-03-15  |  2KB  |  54 lines

  1.  
  2.                                     **Read Me for Macify v1.00 **
  3.  
  4. By: Donald Burr                        
  5.     INTERNET: dburr@ocf.berkeley.edu, 72540.3071@compuserve.COM
  6.     Compu$erve: 72540,3071         America Online: DonaldBurr
  7.  
  8. released into the public domain
  9.  
  10. PURPOSE:
  11.  
  12.     I was getting sick and tired of getting corrupted ASCII downloads,
  13. using Zmodem.  White Knight has an odd way of downloading, no matter what
  14. protocol you're using (X, Y, or Zmodem).  I couldn't find any comparable
  15. programs on the Macintosh that does UNIX newline -> Mac CR translations, so
  16. I wrote one for UNIX, with a separate program for the Macintosh that does
  17. just about the same thing.  This will convert both from UNIX -> Mac and also
  18. Mac -> UNIX, so you can upload text from your machine as well.
  19.  
  20. COMPILING:
  21.  
  22.     The source is written in THINK C 4.02, with help from Prototyper 3.0.
  23. It can be ported, I suppose, to something else, like MPW, but most of the
  24. routines that do menus, files, etc. will have to be virtually rewritten.
  25. Let me know if you manage to port it; I'd like to see a copy.
  26.  
  27. BUGS:
  28.  
  29.     Macify/MAC currently has one critical bug.  It *will not* convert from
  30. Mac -> UNIX.  Therefore, I have disabled this feature.  It *will*, however,
  31. work for UNIX -> Mac.  Basically, when you try converting a Mac file to
  32. UNIX, it does nothing.  The output file is exactly the same as the input file;
  33. not even the Mac EOL's translated to the UNIX EOL's.  This is obviously
  34. unacceptable.  If you have Macintosh programming knowhow, or even general
  35. programming knowhow, take a look at the source included (concentrate your
  36. search in the "Macify Code" folder; the other stuff is pretty much Mac-
  37. specific code, like toolbox routines, etc.  If you find a fix, or know how to
  38. fix it, please e-mail me; my address is at the top of this document.
  39.  
  40.     Other bugs are described in the "BUGS" file included with the UNIX half of
  41. Macify.
  42.  
  43. CONCLUSION:
  44.  
  45.     Well, that's about it.  I'm working on a port of this to Macintosh,
  46. so you can convert files on the Mac end.  This will probably be distributed
  47. with the next version.
  48.  
  49.     If you have any bug reports, suggestions, questions, etc. about this
  50. program, please contact me via one of the E-Mail addresses listed at the
  51. beginning of this document.
  52.  
  53.     Enjoy!
  54.